ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Finance Namespace / FibonacciArcs<T> Class / End Property






In This Topic
    End Property (FibonacciArcs<T>)
    In This Topic
    Gets or sets the ending DataPoint for the base line.
    Syntax
    'Declaration
     
    
    <JsonConverterAttribute(C1.Web.Mvc.Finance.I.b)>
    Public Property End As DataPoint
    'Usage
     
    
    Dim instance As FibonacciArcs(Of T)
    Dim value As DataPoint
     
    instance.End = value
     
    value = instance.End
    [JsonConverter(C1.Web.Mvc.Finance.I.b)]
    public DataPoint End {get; set;}
    public read-write property End: DataPoint; 
    JsonConverterAttribute(C1.Web.Mvc.Finance.I.b)
    public function get,set End : DataPoint
    [JsonConverter(C1.Web.Mvc.Finance.I.b)]
    public: __property DataPoint* get_End();
    public: __property void set_End( 
       DataPoint* value
    );
    [JsonConverter(C1.Web.Mvc.Finance.I.b)]
    public:
    property DataPoint^ End {
       DataPoint^ get();
       void set (    DataPoint^ value);
    }
    Remarks
    The DataPoint X value can be a number or a Date object (for time-based data). Unlike some of the other Fibonacci tools, the ending DataPoint is not calculated automatically if undefined.
    See Also